Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes virtual dep resolution for dynamically imported inline styles #90

Closed
wants to merge 1 commit into from
Closed

Conversation

jwise7
Copy link
Contributor

@jwise7 jwise7 commented Oct 13, 2023

Description

created a helper function to handle the slight differences between the ssr/dom virtual file resolution and the hydrate file resolution

Motivation and Context

Fixes an issue with a dynamically imported marko component's inline style. previously it would create a file name that wouldn't work (404)

Screenshots (if appropriate):

Checklist:

  • I have updated/added documentation affected by my changes.
  • I have added tests to cover my changes.

@changeset-bot
Copy link

changeset-bot bot commented Oct 13, 2023

⚠️ No Changeset found

Latest commit: d002c0c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codecov
Copy link

codecov bot commented Oct 13, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (c0beb37) 76.53% compared to head (d002c0c) 76.75%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #90      +/-   ##
==========================================
+ Coverage   76.53%   76.75%   +0.21%     
==========================================
  Files           9        9              
  Lines         537      542       +5     
  Branches      120      121       +1     
==========================================
+ Hits          411      416       +5     
  Misses         81       81              
  Partials       45       45              
Files Coverage Δ
src/index.ts 74.78% <85.71%> (+0.36%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jwise7
Copy link
Contributor Author

jwise7 commented Oct 13, 2023

not needed anymore

@jwise7 jwise7 closed this Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant